home *** CD-ROM | disk | FTP | other *** search
- Path: Norway.EU.net!usenet
- From: patrick.hanevold@login.eunet.no (Patrick Hanevold)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Ceck out this bug. What the *** is SASC/6.56 doing?
- Date: 13 Mar 1996 05:15:26 GMT
- Organization: EUnet Norway
- Message-ID: <1134.6646T344T2492@login.eunet.no>
- References: <1120.6643T91T406@login.eunet.no> <4hu8ds$f2t@serpens.rhein.de>
- NNTP-Posting-Host: pc6.asker-pm2-1.eunet.no
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
-
-
- >>Can anyone explain this?
- >>file, and start it from CLI. It only crashes from CLI.
-
- >It could crash from WB too. Depending on your default stack value
- >in the icon you may crash from WB too.
-
- It never did.
-
- >> ULONG Palette[256*3+2]; // This one causes the bug.
-
- >That's about 3kB. I bet you didn't increase your default stack.
- Look around for more coments. Thanks guys.
-
- >> struct Screen *Scr=OpenScreenTags(NULL,
- >> SA_Width, 320,
- >> SA_Height, 256,
- >> SA_Depth, 8,
- >> TAG_END);
-
- >> CloseScreen(Scr);
-
- >That's a real bug as Scr might be NULL.
-
- Its no bug. I stripped the source to the maximum before I found the bug.
-
- -----------------------------------------------------------------------------
- Patrick Hanevold - VR developer - patrick.hanevold@login.eunet.no
- Silicon Graphics Power Onyx system with four R8000 processors and two
- Reality Engine 2s. 5 gigabytes of RAM. 200 gigabytes of fast disk
- (single-file optimized read rate of 250 megabytes/sec).
- --------------------- But heck, my Amy boots faster. :) ---------------------
-
-